home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
PROGRAMM
/
LOGO
/
3827.ZIP
/
LOGOLIB.ZIP
/
TOWERSET.LG
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-06-12
|
255 b
|
9 lines
to towerset :tn :value
!
! Called by HANOI. Sets the current number of disks on tower :tn,
! as stored in the globals tower1, tower2, and tower3.
!
if :tn = 1 [make "tower1 :value] [if :tn = 2 [make "tower2 :value] \
[make "tower3 :value]]
end